From 74be7e9778fdd58442b1e3d8bec2f432803bba48 Mon Sep 17 00:00:00 2001 From: jzeferino Date: Sun, 6 May 2018 09:57:30 +0100 Subject: [PATCH] Bumped release 0.3.0. --- addin-project.xml | 2 +- src/ResxEditor/Properties/AddinInfo.cs | 2 +- src/ResxEditor/Properties/AssemblyInfo.cs | 2 +- src/ResxEditor/ResxEditor.csproj | 4 ++-- src/ResxEditor/packages.config | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/addin-project.xml b/addin-project.xml index 06a9d2b..e66c16f 100644 --- a/addin-project.xml +++ b/addin-project.xml @@ -1,4 +1,4 @@ - + ResxEditor/bin/Release/ResxEditor.dll ResxEditor.sln diff --git a/src/ResxEditor/Properties/AddinInfo.cs b/src/ResxEditor/Properties/AddinInfo.cs index 216f528..b78903a 100644 --- a/src/ResxEditor/Properties/AddinInfo.cs +++ b/src/ResxEditor/Properties/AddinInfo.cs @@ -3,7 +3,7 @@ [assembly: Addin( "ResxEditor", Namespace = "ResxEditor", - Version = "0.2.0" + Version = "0.3.0" )] [assembly: AddinName("ResxEditor")] diff --git a/src/ResxEditor/Properties/AssemblyInfo.cs b/src/ResxEditor/Properties/AssemblyInfo.cs index 556d735..b0462f3 100644 --- a/src/ResxEditor/Properties/AssemblyInfo.cs +++ b/src/ResxEditor/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion ("1.0.*")] +[assembly: AssemblyVersion ("0.3.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/src/ResxEditor/ResxEditor.csproj b/src/ResxEditor/ResxEditor.csproj index ff1be18..1cfac82 100644 --- a/src/ResxEditor/ResxEditor.csproj +++ b/src/ResxEditor/ResxEditor.csproj @@ -1,6 +1,6 @@ - + Debug @@ -78,5 +78,5 @@ - + \ No newline at end of file diff --git a/src/ResxEditor/packages.config b/src/ResxEditor/packages.config index e6136d2..fb350cb 100644 --- a/src/ResxEditor/packages.config +++ b/src/ResxEditor/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file