Skip to content

Commit

Permalink
include sample configuration file in output; indicate release no.
Browse files Browse the repository at this point in the history
  • Loading branch information
codingatty committed Feb 12, 2021
1 parent e6f91a8 commit 9e9e6f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion TSDR2JSON/TSDR2JSON.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System.Threading.Tasks;

/*
TSDR2JSON: Windows command-line program to obtain trademark information from the USPTO's TSDR system and present it in an easy-to-parse JSON format
TSDR2JSON V1.1.0: Windows command-line program to obtain trademark information from the USPTO's TSDR system and present it in an easy-to-parse JSON format
Example use:
Expand Down
3 changes: 3 additions & 0 deletions TSDR2JSON/TSDR2JSON.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
<None Include="sample-config.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
Expand Down

0 comments on commit 9e9e6f1

Please sign in to comment.