Skip to content

Commit 480cfa9

Browse files
author
David Wyban
committed
Updated nuspec manifest and assembly
1 parent f79616e commit 480cfa9

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

InitialState.NET/InitialState.NET.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>InitialState.Streaming</RootNamespace>
1111
<AssemblyName>InitialState.NET</AssemblyName>
12-
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<Deterministic>true</Deterministic>
15+
<TargetFrameworkProfile />
1516
</PropertyGroup>
1617
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1718
<DebugSymbols>true</DebugSymbols>
@@ -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
<DebugType>pdbonly</DebugType>
@@ -29,6 +31,7 @@
2931
<DefineConstants>TRACE</DefineConstants>
3032
<ErrorReport>prompt</ErrorReport>
3133
<WarningLevel>4</WarningLevel>
34+
<Prefer32Bit>false</Prefer32Bit>
3235
</PropertyGroup>
3336
<ItemGroup>
3437
<Reference Include="System" />
@@ -47,7 +50,9 @@
4750
<Compile Include="Properties\AssemblyInfo.cs" />
4851
</ItemGroup>
4952
<ItemGroup>
50-
<None Include="InitialState.NET.nuspec" />
53+
<None Include="InitialState.NET.nuspec">
54+
<SubType>Designer</SubType>
55+
</None>
5156
</ItemGroup>
5257
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5358
</Project>
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
<?xml version="1.0"?>
2-
<package >
2+
<package>
33
<metadata>
44
<id>$id$</id>
55
<version>$version$</version>
66
<title>$title$</title>
7-
<authors>$author$</authors>
7+
<authors>David Wyban, $author$</authors>
88
<owners>$author$</owners>
99
<license type="expression">Apache-2.0</license>
1010
<projectUrl>https://github.com/tektronix/initialstate.NET</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>$description$</description>
13-
<releaseNotes>Initial release.</releaseNotes>
13+
<releaseNotes>Added Framework Aseembly System.Net.Http to the manifest.
14+
Target Framework for Initialstate.NET changed to 4.5 in order to support all .NET projects targeting .NET Framework 4.5 or later.</releaseNotes>
1415
<copyright>Copyright 2019 Tektronix, Inc.</copyright>
1516
<tags>streaming-data initialstate tektronix-products</tags>
17+
<frameworkAssemblies>
18+
<frameworkAssembly assemblyName="System.Net.Http" />
19+
</frameworkAssemblies>
1620
</metadata>
1721
</package>

InitialState.NET/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[assembly: AssemblyTitle("InitialState.NET")]
99
[assembly: AssemblyDescription("InitialState.NET is a .NET class library that simplifies streaming event data to Initial State.")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("Tektronix Inc.")]
11+
[assembly: AssemblyCompany("Tektronix, Inc.")]
1212
[assembly: AssemblyProduct("InitialState.NET")]
1313
[assembly: AssemblyCopyright("Copyright © 2019 Tektronix Inc.")]
1414
[assembly: AssemblyTrademark("")]
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.1")]
36-
[assembly: AssemblyFileVersion("1.0.0.1")]
35+
[assembly: AssemblyVersion("1.0.0.3")]
36+
[assembly: AssemblyFileVersion("1.0.0.3")]

0 commit comments

Comments
 (0)