Skip to content

Commit 12b91f9

Browse files
committed
set version to 2.0.0
1 parent 4612d88 commit 12b91f9

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.github/workflows/cli.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Publish
5050
working-directory: src/Science.Cryptography.Ciphers.Console
51-
run: dotnet publish --configuration Release
51+
run: dotnet publish --configuration Release --version-suffix "preview.${{ github.run_number }}"
5252

5353
- name: Upload artifacts
5454
uses: actions/upload-artifact@v3

src/Science.Cryptography.Ciphers.Analysis/Science.Cryptography.Ciphers.Analysis.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<PackageId>Science.Cryptography.Ciphers.Analysis</PackageId>
1313
<PackageTags>cryptanalysis;cipher;cryptography;security;analysis</PackageTags>
1414
<PackageProjectUrl>https://github.com/Peter-Juhasz/Science.Cryptography.Ciphers</PackageProjectUrl>
15+
<VersionPrefix>2.0.0</VersionPrefix>
1516
<RepositoryUrl>https://github.com/Peter-Juhasz/Science.Cryptography.Ciphers</RepositoryUrl>
1617
</PropertyGroup>
1718

src/Science.Cryptography.Ciphers.Console/Science.Cryptography.Ciphers.Console.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<PackageId>Science.Cryptography.Ciphers.Console</PackageId>
1313
<PackageTags>cipher;cryptography;security;rot-13</PackageTags>
1414
<PackageProjectUrl>https://github.com/Peter-Juhasz/Science.Cryptography.Ciphers</PackageProjectUrl>
15+
<VersionPrefix>2.0.0</VersionPrefix>
1516
</PropertyGroup>
1617

1718
<ItemGroup>

src/Science.Cryptography.Ciphers.Specialized/Science.Cryptography.Ciphers.Specialized.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<PackageId>Science.Cryptography.Ciphers.Specialized</PackageId>
1313
<PackageTags>cipher;cryptography;security;rot-13</PackageTags>
1414
<PackageProjectUrl>https://github.com/Peter-Juhasz/Science.Cryptography.Ciphers</PackageProjectUrl>
15+
<VersionPrefix>2.0.0</VersionPrefix>
1516
<RepositoryUrl>https://github.com/Peter-Juhasz/Science.Cryptography.Ciphers</RepositoryUrl>
1617
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
1718
</PropertyGroup>

0 commit comments

Comments
 (0)