зеркало из https://github.com/Dtronix/DtronixPdf.git
Version bump for release.
This commit is contained in:
Родитель
dfba6ffadb
Коммит
8d2bd077a0
|
@ -62,13 +62,13 @@ dotnet_naming_style.pascal_case_style.capitalization = pascal_case
|
|||
# Use PascalCase for constant fields
|
||||
dotnet_naming_rule.constant_fields_should_be_pascal_case.severity = suggestion
|
||||
dotnet_naming_rule.constant_fields_should_be_pascal_case.symbols = constant_fields
|
||||
dotnet_naming_rule.constant_fields_should_be_pascal_case.style = pascal_case_style
|
||||
dotnet_naming_rule.constant_fields_should_be_pascal_case.style = pascal_case_style
|
||||
dotnet_naming_symbols.constant_fields.applicable_kinds = field
|
||||
dotnet_naming_symbols.constant_fields.applicable_accessibilities = *
|
||||
dotnet_naming_symbols.constant_fields.required_modifiers = const
|
||||
# Private Fields
|
||||
dotnet_naming_rule.private_members_with_underscore.symbols = private_fields
|
||||
dotnet_naming_rule.private_members_with_underscore.style = prefix_underscore
|
||||
dotnet_naming_rule.private_members_with_underscore.style = prefix_underscore
|
||||
dotnet_naming_rule.private_members_with_underscore.severity = suggestion
|
||||
dotnet_naming_symbols.private_fields.applicable_kinds = field
|
||||
dotnet_naming_symbols.private_fields.applicable_accessibilities = private
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<Import Project="..\DtronixPdf.props" />
|
||||
<PropertyGroup>
|
||||
<Description>ImageSharp bindings for DtronixPdf</Description>
|
||||
<Version>1.1.0.0</Version>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
<TargetFramework>net6.0</TargetFramework>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<Version>1.1.0.0</Version>
|
||||
<Company>Dtronix</Company>
|
||||
<Product>Dtronix PDF</Product>
|
||||
<Copyright>Copyright © Dtronix 2022</Copyright>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<Import Project="..\DtronixPdf.props" />
|
||||
<PropertyGroup>
|
||||
<Description>Tool to view and perform common modifications to PDFs. Based on PDFium.</Description>
|
||||
<Version>1.1.1.0</Version>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
|
||||
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
|
||||
|
|
Загрузка…
Ссылка в новой задаче