Skip to content

Commit 9f5b932

Browse files
committed
Bump version to 0.8.0.0
Add application icon About is resizable now Updated licenses (no functional change) Updated readme
1 parent 0f105e7 commit 9f5b932

13 files changed

+669
-60
lines changed

About.Designer.cs

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

About.resx

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,27 @@
120120
<data name="textBoxDescription.Text" xml:space="preserve">
121121
<value>MIT License
122122

123-
Copyright(c) 2017-2017 Peter Kirmeier
123+
Copyright (c) 2017-2019 Peter Kirmeier
124124

125-
Permission Is hereby granted, free Of charge, to any person obtaining a copyof this software And associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, And/Or sell copies of the Software, And to permit persons to whom the Software Is furnished to do so, subject to the following conditions:
125+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
126126

127-
The above copyright notice And this permission notice shall be included In all copies Or substantial portions of the Software.
127+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
128128

129-
THE SOFTWARE Is PROVIDED "AS IS", WITHOUT WARRANTY Of ANY KIND, EXPRESS Or IMPLIED, INCLUDING BUT Not LIMITED To THE WARRANTIES Of MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE And NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS Or COPYRIGHT HOLDERS BE LIABLE For ANY CLAIM, DAMAGES Or OTHER LIABILITY, WHETHER In AN ACTION Of CONTRACT, TORT Or OTHERWISE, ARISING FROM, OUT OF Or IN CONNECTION WITH THE SOFTWARE Or THE USE Or OTHER DEALINGS IN THE SOFTWARE.</value>
129+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
130+
==============================================================================
131+
Application
132+
133+
Title: IfrViewer
134+
Author: Peter Kirmeier &lt;topeterk@freenet.de&gt;
135+
Source: https://github.com/topeterk/IfrViewer
136+
Licence: MIT https://opensource.org/licenses/MIT
137+
138+
==============================================================================
139+
Application Icon
140+
141+
Title: -
142+
Author: icons8.com
143+
Source: https://icons8.com/
144+
Licence: CC BY-ND 3.0 https://creativecommons.org/licenses/by-nd/3.0/</value>
130145
</data>
131146
</root>

IfrViewer.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
<PropertyGroup>
3737
<StartupObject>IfrViewer.IfrViewer</StartupObject>
3838
</PropertyGroup>
39+
<PropertyGroup>
40+
<ApplicationIcon>Images\OutlineIcon.ico</ApplicationIcon>
41+
</PropertyGroup>
3942
<ItemGroup>
4043
<Reference Include="System" />
4144
<Reference Include="System.Core" />
@@ -95,6 +98,9 @@
9598
<DesignTimeSharedInput>True</DesignTimeSharedInput>
9699
</Compile>
97100
</ItemGroup>
101+
<ItemGroup>
102+
<Content Include="Images\OutlineIcon.ico" />
103+
</ItemGroup>
98104
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
99105
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
100106
Other similar extension points exist, see Microsoft.Common.targets.

Images/OutlineIcon.ico

32.5 KB
Binary file not shown.

Images/icons8-outline-96.png

388 Bytes
Loading
464 Bytes
Loading

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016 Peter Kirmeier
3+
Copyright (c) 2016-2019 Peter Kirmeier
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)