Skip to content

Commit 7a5593d

Browse files
committed
Bump version
1 parent 326b747 commit 7a5593d

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

NDecrypt.Core/NDecrypt.Core.csproj

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Nullable>enable</Nullable>
1010
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
1111
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
12-
<VersionPrefix>0.2.5</VersionPrefix>
12+
<VersionPrefix>0.3.0</VersionPrefix>
1313

1414
<!-- Package Properties -->
1515
<Authors>Matt Nadareski</Authors>
@@ -22,16 +22,13 @@
2222
</PropertyGroup>
2323

2424
<!-- Support All Frameworks -->
25-
<PropertyGroup
26-
Condition="$(TargetFramework.StartsWith(`net2`)) OR $(TargetFramework.StartsWith(`net3`)) OR $(TargetFramework.StartsWith(`net4`))">
25+
<PropertyGroup Condition="$(TargetFramework.StartsWith(`net2`)) OR $(TargetFramework.StartsWith(`net3`)) OR $(TargetFramework.StartsWith(`net4`))">
2726
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
2827
</PropertyGroup>
29-
<PropertyGroup
30-
Condition="$(TargetFramework.StartsWith(`netcoreapp`)) OR $(TargetFramework.StartsWith(`net5`))">
28+
<PropertyGroup Condition="$(TargetFramework.StartsWith(`netcoreapp`)) OR $(TargetFramework.StartsWith(`net5`))">
3129
<RuntimeIdentifiers>win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64</RuntimeIdentifiers>
3230
</PropertyGroup>
33-
<PropertyGroup
34-
Condition="$(TargetFramework.StartsWith(`net6`)) OR $(TargetFramework.StartsWith(`net7`)) OR $(TargetFramework.StartsWith(`net8`)) OR $(TargetFramework.StartsWith(`net9`))">
31+
<PropertyGroup Condition="$(TargetFramework.StartsWith(`net6`)) OR $(TargetFramework.StartsWith(`net7`)) OR $(TargetFramework.StartsWith(`net8`)) OR $(TargetFramework.StartsWith(`net9`))">
3532
<RuntimeIdentifiers>win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
3633
</PropertyGroup>
3734
<PropertyGroup Condition="$(RuntimeIdentifier.StartsWith(`osx-arm`))">

NDecrypt/NDecrypt.csproj

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Nullable>enable</Nullable>
1111
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
1212
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
13-
<VersionPrefix>0.2.5</VersionPrefix>
13+
<VersionPrefix>0.3.0</VersionPrefix>
1414

1515
<!-- Package Properties -->
1616
<Title>NDecrypt</Title>
@@ -24,16 +24,13 @@
2424
</PropertyGroup>
2525

2626
<!-- Support All Frameworks -->
27-
<PropertyGroup
28-
Condition="$(TargetFramework.StartsWith(`net2`)) OR $(TargetFramework.StartsWith(`net3`)) OR $(TargetFramework.StartsWith(`net4`))">
27+
<PropertyGroup Condition="$(TargetFramework.StartsWith(`net2`)) OR $(TargetFramework.StartsWith(`net3`)) OR $(TargetFramework.StartsWith(`net4`))">
2928
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
3029
</PropertyGroup>
31-
<PropertyGroup
32-
Condition="$(TargetFramework.StartsWith(`netcoreapp`)) OR $(TargetFramework.StartsWith(`net5`))">
30+
<PropertyGroup Condition="$(TargetFramework.StartsWith(`netcoreapp`)) OR $(TargetFramework.StartsWith(`net5`))">
3331
<RuntimeIdentifiers>win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64</RuntimeIdentifiers>
3432
</PropertyGroup>
35-
<PropertyGroup
36-
Condition="$(TargetFramework.StartsWith(`net6`)) OR $(TargetFramework.StartsWith(`net7`)) OR $(TargetFramework.StartsWith(`net8`)) OR $(TargetFramework.StartsWith(`net9`))">
33+
<PropertyGroup Condition="$(TargetFramework.StartsWith(`net6`)) OR $(TargetFramework.StartsWith(`net7`)) OR $(TargetFramework.StartsWith(`net8`)) OR $(TargetFramework.StartsWith(`net9`))">
3734
<RuntimeIdentifiers>win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
3835
</PropertyGroup>
3936
<PropertyGroup Condition="$(RuntimeIdentifier.StartsWith(`osx-arm`))">

0 commit comments

Comments
 (0)