File tree Expand file tree Collapse file tree 4 files changed +25
-2
lines changed
Expand file tree Collapse file tree 4 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 3434# Visual Studio Build Folder
3535.vs /
3636bin /
37- obj /
37+ obj /
38+
39+ # NuGet packages
40+ * .nupkg
Original file line number Diff line number Diff line change 4646 <Compile Include =" ISStreamer.cs" />
4747 <Compile Include =" Properties\AssemblyInfo.cs" />
4848 </ItemGroup >
49+ <ItemGroup >
50+ <None Include =" InitialState.NET.nuspec" />
51+ </ItemGroup >
4952 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5053</Project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <package >
3+ <metadata >
4+ <id >$id$</id >
5+ <version >$version$</version >
6+ <title >$title$</title >
7+ <authors >$author$</authors >
8+ <owners >$author$</owners >
9+ <license type =" expression" >Apache-2.0</license >
10+ <projectUrl >https://github.com/tektronix/initialstate.NET</projectUrl >
11+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
12+ <description >$description$</description >
13+ <releaseNotes >Initial release.</releaseNotes >
14+ <copyright >Copyright 2019 Tektronix, Inc.</copyright >
15+ <tags >streaming-data initialstate tektronix-products</tags >
16+ </metadata >
17+ </package >
Original file line number Diff line number Diff line change 1010[ assembly: AssemblyConfiguration ( "" ) ]
1111[ assembly: AssemblyCompany ( "Tektronix Inc." ) ]
1212[ assembly: AssemblyProduct ( "InitialState.NET" ) ]
13- [ assembly: AssemblyCopyright ( "Copyright © 2019 Tektronix Inc." ) ]
13+ [ assembly: AssemblyCopyright ( "Copyright © 2019 Tektronix Inc." ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
1616
You can’t perform that action at this time.
0 commit comments