Version 2.1
This commit is contained in:
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("RL Vision")]
|
||||
[assembly: AssemblyProduct("Snap2HTML")]
|
||||
[assembly: AssemblyCopyright( "Copyright © RL Vision 2011-2017" )]
|
||||
[assembly: AssemblyCopyright( "Copyright © RL Vision 2011-2020" )]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion( "2.00.0.0" )]
|
||||
[assembly: AssemblyFileVersion( "2.00.0.0" )]
|
||||
[assembly: AssemblyVersion( "2.1.0.0" )]
|
||||
[assembly: AssemblyFileVersion( "2.1.0.0" )]
|
||||
|
3
Snap2HTML/Properties/Settings.Designer.cs
generated
3
Snap2HTML/Properties/Settings.Designer.cs
generated
@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.18444
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@ -134,6 +134,7 @@ namespace Snap2HTML.Properties {
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string txtTitle {
|
||||
|
@ -26,7 +26,7 @@
|
||||
<Setting Name="WindowTop" Provider="PortableSettingsProvider" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">-1</Value>
|
||||
</Setting>
|
||||
<Setting Name="txtTitle" Type="System.String" Scope="User">
|
||||
<Setting Name="txtTitle" Provider="PortableSettingsProvider" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
</Settings>
|
||||
|
Reference in New Issue
Block a user