Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.

Commit 7446202

Browse files
committed
1.1.1 - Nuget repackaging as 1.1.0 package is borked
1 parent a149533 commit 7446202

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

Assembly/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
[assembly: AssemblyTrademark("")]
3333
[assembly: AssemblyCulture("")]
3434
[assembly: CLSCompliant(true)]
35-
[assembly: AssemblyVersion("1.1.2015.2")]
36-
[assembly: AssemblyFileVersion("1.1.2015.2")]
35+
[assembly: AssemblyVersion("1.1.2015.3")]
36+
[assembly: AssemblyFileVersion("1.1.2015.3")]
3737
[assembly: AssemblyProduct("Managed.Commons.GetOptions")]
38-
[assembly: AssemblyInformationalVersion("1.1.0")]
38+
[assembly: AssemblyInformationalVersion("1.1.1")]
3939

4040
[assembly: License(LicenseType.MIT)]

Commons.GetOptions.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AppDesignerFolder>Assembly</AppDesignerFolder>
1111
<RootNamespace>Commons.GetOptions</RootNamespace>
1212
<AssemblyName>Commons.GetOptions</AssemblyName>
13-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<TargetFrameworkProfile />
1616
</PropertyGroup>
@@ -22,6 +22,7 @@
2222
<DefineConstants>DEBUG;TRACE</DefineConstants>
2323
<ErrorReport>prompt</ErrorReport>
2424
<WarningLevel>4</WarningLevel>
25+
<Prefer32Bit>false</Prefer32Bit>
2526
</PropertyGroup>
2627
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2728
<DebugType>pdbonly</DebugType>
@@ -30,6 +31,7 @@
3031
<DefineConstants>TRACE</DefineConstants>
3132
<ErrorReport>prompt</ErrorReport>
3233
<WarningLevel>4</WarningLevel>
34+
<Prefer32Bit>false</Prefer32Bit>
3335
</PropertyGroup>
3436
<ItemGroup>
3537
<Reference Include="System" />

Samples/mcat/app.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>

Samples/mcat/mcat.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
<AppDesignerFolder>Assembly</AppDesignerFolder>
1010
<RootNamespace>mcat</RootNamespace>
1111
<AssemblyName>mcat</AssemblyName>
12-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14+
<TargetFrameworkProfile />
1415
</PropertyGroup>
1516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1617
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -21,6 +22,7 @@
2122
<DefineConstants>DEBUG;TRACE</DefineConstants>
2223
<ErrorReport>prompt</ErrorReport>
2324
<WarningLevel>4</WarningLevel>
25+
<Prefer32Bit>false</Prefer32Bit>
2426
</PropertyGroup>
2527
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2628
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -30,6 +32,7 @@
3032
<DefineConstants>TRACE</DefineConstants>
3133
<ErrorReport>prompt</ErrorReport>
3234
<WarningLevel>4</WarningLevel>
35+
<Prefer32Bit>false</Prefer32Bit>
3336
</PropertyGroup>
3437
<ItemGroup>
3538
<Reference Include="System" />
@@ -45,6 +48,9 @@
4548
<Name>Commons.GetOptions</Name>
4649
</ProjectReference>
4750
</ItemGroup>
51+
<ItemGroup>
52+
<None Include="app.config" />
53+
</ItemGroup>
4854
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
4955
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
5056
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)