Skip to content

Commit

Permalink
Preparation for new release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
geissbuehler committed Jun 23, 2016
1 parent 0f31968 commit 7486690
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.4"
Public const ProgramVersion As String = "0.2.5"
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.4"?>
<?define ProductVersion="0.2.5"?>
</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.04</OutputName>
<OutputName>Net Profiles mod - Windows x86 - 00.02.05</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.04</OutputName>
<OutputName>Net Profiles mod - Windows x64 - 00.02.05</OutputName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
<OutputPath>bin\x64\Debug\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,5 +27,5 @@ Additional features:

## System Requirements

* Windows XP, Vista, 7 or 8 (corresponding server variants not tested very well, but should work as well)
* Windows XP, Vista, 7, 8 or 10 (corresponding server variants not tested very well, but should work as well)
* .NET Framework 2.0 ([installing .NET 2.0 on Windows 8](http://helpdeskgeek.com/windows-8/install-net-framework-3-5-3-0-2-0-on-windows-8/))

0 comments on commit 7486690

Please sign in to comment.