Skip to content

Commit 5e6b5de

Browse files
committed
Bumped the version.
1 parent 3e06b83 commit 5e6b5de

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

GlobalTools/GlobalTools.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageOutputPath>..</PackageOutputPath>
1010

1111
<PackageId>Obfuscar.GlobalTool</PackageId>
12-
<Version>2.2.30</Version>
12+
<Version>2.3.0-beta1</Version>
1313
<Authors>Ryan Williams, and other contributors.</Authors>
1414
<Company>LeXtudio</Company>
1515
<Product>Obfuscar Global Tools build</Product>
@@ -22,8 +22,8 @@
2222
<Copyright>Copyright (c) 2007 Ryan Williams. Copyright (c) 2009-2019 Calvin Rien, Lex Li, RemObjects and other contributors.</Copyright>
2323
<RepositoryType>git</RepositoryType>
2424
<PackageTags>obfuscar,obfuscation</PackageTags>
25-
<AssemblyVersion>2.2.30.0</AssemblyVersion>
26-
<FileVersion>2.2.30.0</FileVersion>
25+
<AssemblyVersion>2.3.0.0</AssemblyVersion>
26+
<FileVersion>2.3.0.0</FileVersion>
2727
</PropertyGroup>
2828

2929
<ItemGroup>

Obfuscar.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
33
<metadata>
4-
<version>2.2.30</version>
4+
<version>2.3.0-beta1</version>
55
<authors>Ryan Williams, and other contributors.</authors>
66
<owners>Lex Li</owners>
77
<license type="expression">MIT</license>
@@ -19,7 +19,7 @@
1919
<tags>obfuscation,obfuscator,open source</tags>
2020
</metadata>
2121
<files>
22-
<file src="bin\release\obfuscar.console.exe" target="tools" />
22+
<file src="bin\release\net452\obfuscar.console.exe" target="tools" />
2323
<file src="build\obfuscar.props" target="build" />
2424
<file src="Potion-icon.png" target="" />
2525
</files>

ThirdParty/SharedAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// You can specify all the values or you can use the default the Revision and
88
// Build Numbers by using the '*' as shown below:
99

10-
[assembly: AssemblyVersion("2.2.30.0")]
11-
[assembly: AssemblyProduct("Obfuscar 2.2.30")]
10+
[assembly: AssemblyVersion("2.3.0.0")]
11+
[assembly: AssemblyProduct("Obfuscar 2.3.0")]
1212
#if (!CF)
13-
[assembly: AssemblyFileVersion("2.2.30.0")]
13+
[assembly: AssemblyFileVersion("2.3.0.0")]
1414
#endif

0 commit comments

Comments
 (0)