-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated XSD schemas to v1.35 (2020/10/23), closes #15.
- Loading branch information
Showing
8 changed files
with
6,258 additions
and
4,567 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Обновление XSD-схем | ||
|
||
1. Скачать архив схем с сайта https://честныйзнак.рф/business/projects/medicines/documents/for_developers/ — Схемы и форматы для разработчиков учётных систем_v1.35 (7z, 23 КБ) | ||
2. Распаковать в папку с проектом MdlpApiClient.Xsd | ||
3. Пересобрать проект MdlpApiClient.Xsd, не добавляя его в солюшн: dotnet build MdlpApiClient.Xsd.csproj. Перегенерируется MdlpApiClient.Xsd.cs. | ||
4. Обновить single-file версию (в студии выполнить Run custom tool на файле MdlpApiClient.Merged\MdlpClientSingleFile.tt) | ||
5. Обновить информацию в файле проекта для публикации nuget-пакета (версия схемы, дата и пр.), увеличить номер версий Version и FileVersion, но не AssemblyVersion | ||
6. Собрать nuget-пакет в папке проекта MdlpApiClient: dotnet pack MdlpApiClient.csproj |
Oops, something went wrong.