Skip to content

Commit e4210ea

Browse files
committed
ready to publish
1 parent 3da2645 commit e4210ea

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@
2424
*.PDF diff=astextplain
2525
*.rtf diff=astextplain
2626
*.RTF diff=astextplain
27+
28+
# clickonce
29+
*.manifest binary
30+
*.application binary
31+
*.deploy binary

src/UseCaseMakerApp/UseCaseMakerApp.csproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,15 @@
4040
<UpdatePeriodically>false</UpdatePeriodically>
4141
<UpdateRequired>false</UpdateRequired>
4242
<MapFileExtensions>true</MapFileExtensions>
43-
<ApplicationRevision>2</ApplicationRevision>
44-
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
43+
<SupportUrl>https://github.com/hsharpsoftware/use-case-maker/issues</SupportUrl>
44+
<ErrorReportUrl>https://github.com/hsharpsoftware/use-case-maker</ErrorReportUrl>
45+
<ProductName>Use Case Maker</ProductName>
46+
<PublisherName>Sync.Today Ltd.</PublisherName>
47+
<SuiteName>H# Software Tools</SuiteName>
48+
<ApplicationRevision>1</ApplicationRevision>
49+
<ApplicationVersion>0.0.0.%2a</ApplicationVersion>
4550
<UseApplicationTrust>false</UseApplicationTrust>
51+
<CreateDesktopShortcut>true</CreateDesktopShortcut>
4652
<PublishWizardCompleted>true</PublishWizardCompleted>
4753
<BootstrapperEnabled>true</BootstrapperEnabled>
4854
</PropertyGroup>

0 commit comments

Comments
 (0)