Skip to content

Commit

Permalink
update nuget packages credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
bubuntoid committed Aug 12, 2022
1 parent 1fcadd6 commit 1d90467
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
8 changes: 4 additions & 4 deletions src/EasyDialog.MaterialSkin/EasyDialog.MaterialSkin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
<PackageId>bubuntoid.EasyDialog.MaterialSkin</PackageId>
<Authors>bubuntoid</Authors>
<Company>bubuntoid</Company>
<Description>Material skin theme for bubuntoid.EasyDialog</Description>
<Copyright>Copyright © 2021</Copyright>
<Description>Material skin theme for bubuntoid.EasyDialog. Docs and samples: https://github.com/bubuntoid/EasyDialog</Description>
<Copyright>Copyright © 2022</Copyright>
<PackageProjectUrl>https://github.com/bubuntoid/EasyDialog</PackageProjectUrl>
<RepositoryUrl>https://github.com/bubuntoid/EasyDialog</RepositoryUrl>
<PackageTags>dialog, builder, ui, framework</PackageTags>
<Version>6.0.1</Version>
<Version>7.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>Remove redundant property from IFormProvider (SecondColumnLeftPadding)</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup Condition=" '$(Configuration)' == 'Release' ">
<PackageReference Include="bubuntoid.EasyDialog" Version="6.0.1" />
<PackageReference Include="bubuntoid.EasyDialog" Version="7.0.0" />
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' != 'Release' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
<PackageId>bubuntoid.EasyDialog.MetroFramework</PackageId>
<Authors>bubuntoid</Authors>
<Company>bubuntoid</Company>
<Description>MetroFramework theme for bubuntoid.EasyDialog</Description>
<Copyright>Copyright © 2021</Copyright>
<Description>MetroFramework theme for bubuntoid.EasyDialog. Docs and samples: https://github.com/bubuntoid/EasyDialog</Description>
<Copyright>Copyright © 2022</Copyright>
<PackageProjectUrl>https://github.com/bubuntoid/EasyDialog</PackageProjectUrl>
<RepositoryUrl>https://github.com/bubuntoid/EasyDialog</RepositoryUrl>
<PackageTags>dialog, builder, ui, framework</PackageTags>
<Version>6.0.1</Version>
<Version>7.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>Remove redundant property from IFormProvider (SecondColumnLeftPadding)</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup Condition=" '$(Configuration)' == 'Release' ">
<PackageReference Include="bubuntoid.EasyDialog" Version="6.0.1" />
<PackageReference Include="bubuntoid.EasyDialog" Version="7.0.0" />
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' != 'Release' ">
Expand Down
14 changes: 9 additions & 5 deletions src/EasyDialog/EasyDialog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,20 @@
<Authors>bubuntoid</Authors>
<Company>bubuntoid</Company>
<Description>Create UI dialogs automatically with metro, material and windows style for desktop applications by using EasyDialog (.NET 6).
Docs: https://github.com/bubuntoid/EasyDialog</Description>
<Copyright>Copyright © 2021</Copyright>
Docs and samples: https://github.com/bubuntoid/EasyDialog</Description>
<Copyright>Copyright © 2022</Copyright>
<PackageProjectUrl>https://github.com/bubuntoid/EasyDialog</PackageProjectUrl>
<RepositoryUrl>https://github.com/bubuntoid/EasyDialog</RepositoryUrl>
<PackageTags>dialog, builder, ui, framework</PackageTags>
<Version>6.0.1</Version>
<Version>7.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>
Add HasWidth(int width) method;
Remove redundant property from IFormProvider (SecondColumnLeftPadding);
upgrade projects to .NET 6;
add IDialogSet.Name field that sets label text (if it exists);
add HasNoButton method;
add overload for .HasName(string name, ContentAlignment align);
implement FolderBrowserDialog with methods AsFolderBrowserDialog, OnFolderSelected;
refactoring to file-scoped namespaces code style;
</PackageReleaseNotes>
</PropertyGroup>
</Project>

0 comments on commit 1d90467

Please sign in to comment.