Added version and downgraded framework to 4.0

This commit is contained in:
2016-09-02 04:07:17 +01:00
parent cd99f65ebf
commit d83669a004
7 changed files with 24 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2016-09-02 Natalia Portillo <claunia@claunia.com>
* Claunia.RsrcFork.CLI.csproj: Downgrade framework requisites
to 4.0 and set version.
2016-09-02 Natalia Portillo <claunia@claunia.com>
* Program.cs:

View File

@@ -7,7 +7,8 @@
<OutputType>Exe</OutputType>
<RootNamespace>Claunia.RsrcFork.CLI</RootNamespace>
<AssemblyName>Claunia.RsrcFork.CLI</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>1.0</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@@ -1,3 +1,8 @@
2016-09-02 Natalia Portillo <claunia@claunia.com>
* Claunia.RsrcFork.Test.csproj: Downgrade framework requisites
to 4.0 and set version.
2016-09-02 Natalia Portillo <claunia@claunia.com>
* Test.cs:

View File

@@ -7,7 +7,8 @@
<OutputType>Library</OutputType>
<RootNamespace>Claunia.RsrcFork.Test</RootNamespace>
<AssemblyName>Claunia.RsrcFork.Test</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>1.0</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@@ -34,5 +34,6 @@ Global
$0.StandardHeader = $2
$2.Text = @\n${FileName}\n \nAuthor:\n ${AuthorName} <${AuthorEmail}>\n\nCopyright (c) ${Year} ${CopyrightHolder}\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.
$2.IncludeInNewFiles = True
version = 1.0
EndGlobalSection
EndGlobal

View File

@@ -1,3 +1,8 @@
2016-09-02 Natalia Portillo <claunia@claunia.com>
* Claunia.RsrcFork.csproj: Downgrade framework requisites to
4.0 and set version.
2016-09-02 Natalia Portillo <claunia@claunia.com>
* Types.cs:

View File

@@ -7,7 +7,10 @@
<OutputType>Library</OutputType>
<RootNamespace>Claunia.RsrcFork</RootNamespace>
<AssemblyName>Claunia.RsrcFork</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ReleaseVersion>1.0</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>