Skip to content

Commit ef35ca6

Browse files
committed
increase version and changed publish file
1 parent ea7542c commit ef35ca6

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
with:
2727
PROJECT_FILE_PATH: Mongo.Migration/Mongo.Migration.csproj
2828
PACKAGE_NAME: Mongo.Migration
29-
VERSION_STATIC: ${{secrets.VERSION_MAJOR}}.${{secrets.VERSION_MINOR}}.${{github.run_number}}
29+
VERSION_REGEX: '^\s*<PackageVersion>(.*)<\/PackageVersion>\s*$'
3030
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

Mongo.Migration/Mongo.Migration.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<PropertyGroup>
33
<AssemblyName>Mongo.Migration</AssemblyName>
44
<RootNamespace>Mongo.Migration</RootNamespace>
5-
<Version>1.1.1</Version>
5+
<Version>3.1.4</Version>
6+
<PackageVersion>3.1.4</PackageVersion>
67
<TargetFrameworks>net5.0;netcoreapp3.1</TargetFrameworks>
78
</PropertyGroup>
89
<ItemGroup>
@@ -18,7 +19,7 @@
1819
<PackageReference Include="NLog" Version="4.7.11" />
1920
<PackageReference Include="Serilog" Version="2.8.0" />
2021
<PackageReference Include="Serilog.Extensions.Logging" Version="2.0.4" />
21-
<PackageReference Include="Serilog.Extensions.Logging.File" Version="2.0.0-dev-00032" />
22+
<PackageReference Include="Serilog.Extensions.Logging.File" Version="2.0.0" />
2223
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
2324
</ItemGroup>
2425
</Project>

0 commit comments

Comments
 (0)