Skip to content

Commit

Permalink
Preparation for new release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
geissbuehler committed Feb 13, 2014
1 parent 40a0f87 commit 0bfa282
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AppModule.Globals/GlobalLib.vb
Expand Up @@ -26,7 +26,7 @@
' To change this template use Tools | Options | Coding | Edit Standard Headers.
'
Public Module GlobalLib
Public const ProgramVersion As String = "0.2.2"
Public const ProgramVersion As String = "0.2.3"
Public const ProgramName As String = "Net Profiles mod"

Public CommonApplicationDataFolder As String = System.Environment.GetFolderPath(System.Environment.SpecialFolder.CommonApplicationData) + "\" + ProgramName
Expand Down
2 changes: 1 addition & 1 deletion Net Profiles mod installer/Globals.wxi
Expand Up @@ -23,5 +23,5 @@ along with Net Profiles mod. If not, see <http://www.gnu.org/licenses/>.
<Include>

<?define ProductName="Net Profiles mod"?>
<?define ProductVersion="0.2.2"?>
<?define ProductVersion="0.2.3"?>
</Include>
4 changes: 2 additions & 2 deletions Net Profiles mod installer/Net Profiles mod installer.wixproj
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'x86' ">
<PlatformTarget>x86</PlatformTarget>
<OutputName>Net Profiles mod - Windows x86 - 00.02.02</OutputName>
<OutputName>Net Profiles mod - Windows x86 - 00.02.03</OutputName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>True</DebugSymbols>
Expand All @@ -28,7 +28,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'x64' ">
<PlatformTarget>x64</PlatformTarget>
<OutputName>Net Profiles mod - Windows x64 - 00.02.02</OutputName>
<OutputName>Net Profiles mod - Windows x64 - 00.02.03</OutputName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
<OutputPath>bin\x64\Debug\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion Net Profiles mod.sln
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
# SharpDevelop 4.3
# SharpDevelop 4.4
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Net Profiles mod", "Net Profiles mod\Net Profiles mod.vbproj", "{03CDC339-A47B-4054-8D46-ECD8C162355D}"
EndProject
Project("{CFEE4113-1246-4D54-95CB-156813CB8593}") = "Net Profiles mod installer", "Net Profiles mod installer\Net Profiles mod installer.wixproj", "{5D4E29C6-FAED-49BA-AE6C-C6CEA3388C64}"
Expand Down

0 comments on commit 0bfa282

Please sign in to comment.