Skip to content

Commit a26e8b2

Browse files
committed
Bump version
1 parent 6c2edd2 commit a26e8b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

NDecrypt.Core/NDecrypt.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
1212
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1313
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
14-
<VersionPrefix>0.4.0</VersionPrefix>
14+
<VersionPrefix>0.4.1</VersionPrefix>
1515

1616
<!-- Package Properties -->
1717
<Authors>Matt Nadareski</Authors>
@@ -46,4 +46,4 @@
4646
<PackageReference Include="SabreTools.Serialization" Version="1.9.1" />
4747
</ItemGroup>
4848

49-
</Project>
49+
</Project>

NDecrypt/NDecrypt.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Nullable>enable</Nullable>
1212
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
1313
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
14-
<VersionPrefix>0.4.0</VersionPrefix>
14+
<VersionPrefix>0.4.1</VersionPrefix>
1515

1616
<!-- Package Properties -->
1717
<Title>NDecrypt</Title>
@@ -46,4 +46,4 @@
4646
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
4747
</ItemGroup>
4848

49-
</Project>
49+
</Project>

0 commit comments

Comments
 (0)